home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- end
-
- on mouseDown
- set sp to the clickOn
- case sp of
- 2:
- set the visible of sprite 2 to 0
- updateStage()
- bsound()
- set the visible of sprite 2 to 1
- updateStage()
- go(1, "menu")
- 3:
- set the visible of sprite 3 to 0
- updateStage()
- bsound()
- set the visible of sprite 3 to 1
- updateStage()
- go(1, "ura")
- 4:
- set the visible of sprite 4 to 0
- updateStage()
- bsound()
- set the visible of sprite 4 to 1
- updateStage()
- quit()
- 5:
- go(45)
- 6:
- go(46)
- 7:
- go(47)
- 8:
- go(48)
- 9:
- go(49)
- 10:
- go(50)
- 11:
- go(51)
- 12:
- go(52)
- 13:
- go(53)
- 14:
- go(54)
- 15:
- go(55)
- end case
- end
-